home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Documentation / d e v e l o p / Develop Issue 23 article / Geometry Sample / Headers / MainWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-14  |  396 b   |  18 lines  |  [TEXT/MPCC]

  1.  
  2.  
  3.  
  4. #ifndef __MAINWINDOW__
  5. #define __MAINWINDOW__
  6.  
  7. //
  8. // Specific event handlers for 'Main' window.
  9. //
  10. void MainWindowDraw(WindowObjHndl obj, short depth);
  11. void MainWindowClick(WindowObjHndl obj, EventRecord *event, long message);
  12. void MainWindowKeys(WindowObjHndl obj, long message, short mods);
  13. void MainWindowNotify(WindowObjHndl obj, long message);
  14.  
  15.  
  16. Boolean Is3DWindow(WindowPtr win);
  17.  
  18. #endif